ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TooltipBaseTagHelper<TControl> Class / ShowDelay Property

In This Topic
    ShowDelay Property (TooltipBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.TooltipBase.ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element.
    Syntax
    'Declaration
     
    Public Property ShowDelay As Integer
    public int ShowDelay {get; set;}
    See Also